home *** CD-ROM | disk | FTP | other *** search
/ El Mac 7 / El Mac 7.iso / Infotenimiento / Makers of the 20th Century / Data / QUIT.DIR / 00001.ls next >
Encoding:
Text File  |  1996-03-14  |  89 b   |  12 lines

  1. on exitFrame
  2.   go(the frame)
  3. end
  4.  
  5. on mouseDown
  6.   GoQuit()
  7. end
  8.  
  9. on keyDown
  10.   GoQuit()
  11. end
  12.